X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=blobdiff_plain;f=maintenance%2FcleanupTitles.php;h=ccc64068093e619936633162982f8544e8ad536a;hb=d062560f241ccd4f04aa2dbfe1d20b83d4cdd3ad;hp=650fae085a59365d580a94d2e35eb7543223a1fd;hpb=32628487e17c27f3437d44bd54edb8438e837b82;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupTitles.php b/maintenance/cleanupTitles.php index 650fae085a..ccc6406809 100644 --- a/maintenance/cleanupTitles.php +++ b/maintenance/cleanupTitles.php @@ -138,14 +138,14 @@ class TitleCleanup extends TableCleanup { $prior = $title->getDBkey(); } - # Old cleanupTitles could move articles there. See bug 23147. + # Old cleanupTitles could move articles there. See T25147. $ns = $row->page_namespace; if ( $ns < 0 ) { $ns = 0; } # Namespace which no longer exists. Put the page in the main namespace - # since we don't have any idea of the old namespace name. See bug 68501. + # since we don't have any idea of the old namespace name. See T70501. if ( !MWNamespace::exists( $ns ) ) { $ns = 0; }